Skip to content

fix: correct autonomous Docker base image to existing tag#160

Merged
LeeCampbell merged 1 commit intoHdrHistogram:mainfrom
LeeCampbell:fix/docker-base-image
Mar 22, 2026
Merged

fix: correct autonomous Docker base image to existing tag#160
LeeCampbell merged 1 commit intoHdrHistogram:mainfrom
LeeCampbell:fix/docker-base-image

Conversation

@LeeCampbell
Copy link
Collaborator

Summary

  • Replace mcr.microsoft.com/dotnet/sdk:10.0-bookworm-slim (does not exist) with 10.0-noble
  • .NET 10 SDK images use Ubuntu Noble (24.04), not Debian Bookworm

Test plan

  • docker build autonomous/ succeeds (base image pulls correctly)

🤖 Generated with Claude Code

10.0-bookworm-slim does not exist on MCR. .NET 10 SDK images use
Ubuntu Noble (24.04) as the default distro. Switch to 10.0-noble.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@LeeCampbell LeeCampbell force-pushed the fix/docker-base-image branch from de657a8 to d2850b1 Compare March 22, 2026 08:53
@LeeCampbell LeeCampbell merged commit e7257c6 into HdrHistogram:main Mar 22, 2026
2 checks passed
@LeeCampbell LeeCampbell deleted the fix/docker-base-image branch March 22, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant